LogChannel.GetIntValue method
Gets a point's value and converts it to an integer.
Namespace: IntervalZero.KINGSTAR.Base.Class
Assembly: IntervalZero.KINGSTAR.Base.Class (in IntervalZero.KINGSTAR.Base.dll) Version: 4.4.0.0
Syntax
public int GetIntValue(
int PointIndex
)
Public Function GetIntValue(
PointIndex As Integer
) As Integer
Parameters
PointIndex
Type: int
The index of a point.
Return value
Type: int
Returns an integer.
See also